/* å…¬å…± */
html{
    font-size: 16px;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
*{
    margin: 0;padding: 0;
    box-sizing: border-box;
    list-style: none;
}
img{border-style:none;max-width: 100%;vertical-align: middle;}
.box{
    width: 87%;
    max-width: 81.25rem;
    margin: 0 auto;
    position: relative;
}
a{
    text-decoration: none !important;
}
.inlineBlock{
    display: inline-block;
}
.clear{
    clear: both;
}
.fadeContent{
    display: none;
}
.threeDots{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.flex{
    display: flex;
    align-items: center;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
/* header */
.header{
    width: 100%;
}
.logo{
    max-width: 20.375rem;
}
.tabs{
    justify-content: flex-end;
}
.tabsItem{
    position: relative;
    margin-left: 1.5rem;
    height: 4.875rem;
}
.tabsItemTop{
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 4.875rem;
}
.tabsItem:hover  .tabsItemTop,.titleTabActive{
    color: #004E9C;
}
.tabs li:hover .redLine{
    display: block;
}
.redLine{
    display: none;
    width: 100%;
    height: .25rem;
    background-color: #1A5995;
    position: absolute;
    top:4.625rem;
    z-index: 100000;
}
.redLine img{
    width: 1.5rem;height: 1.125rem;
    position: absolute;
    top:-0.8125rem;
    left: 50%;
    margin-left: -0.75rem;
    z-index: 100000;

}
.secondTab{
    position: absolute;
    width: 26rem;
    top: 4.875rem;
    z-index: 99999;
    display: none;
}
.secondTab a{
    background:rgba(0,78,156,0.7);
    color: #ffffff;
    font-size: .875rem;
    float: left;
}
.secondTab div{
    font-weight:normal;
    padding: .625rem;
}
.secondTab div:hover{
    color:#FFF97C;
}
.tabsItem:nth-child(5) .secondTab,.tabsItem:nth-child(6) .secondTab{
    width: 34rem;
    left: 320%;
    margin-left: -17rem;
    justify-content: center;
}
.tabsItem:nth-child(7) .secondTab{
    width: 22rem;
    left: 50%;
    margin-left: -11rem;
    justify-content: center;
}
.tabsItem:nth-child(8) .secondTab{
    width: 5rem;
    left: 50%;
    margin-left: -2.5rem;
    justify-content: center;
}
.tabsItem:hover .secondTab{
    display: block;
}

/* é¦–é¡µ-è½®æ’­å›¾ */
.slideBox{
    background-color: #ffffff;
}
.slide .carouse{
    width:100%;
    overflow:hidden;
    position:relative;
    height: 45vw;
}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .dotList{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}
.slide .dotList ul li{
	display: inline-block;
    width: .625rem;
    height: .625rem;
    background-image: url(../img/slide.png);
    background-position:-12px 0px;
    margin-left: .625rem;
    cursor:pointer;
}
.slide .dotList ul li.active{
     background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    z-index:999;
    width: 1.875rem;height: 1.875rem;
    border-radius: 50%;
    background-size: 100% 100%;
    display: none;
}
.slide .carousel-control.left{
	left:2%;
    background-image:url(../img/prev.png);
	cursor:pointer;
}
.slide .carousel-control.right{
	right:2%;
	background-image:url(../img/next.png);
	cursor:pointer;
}
.slide .slidedetail{display:none;}

/* é¦–é¡µæ–°é—» */
.index_news{
    margin-top: -0.25rem;
    padding-top: 4.375rem;
    background: url(../img/bg_top.png) no-repeat left top;
    background-size:12.1875rem auto; 
}
.bg_right{
    background: url(../img/bg_right.png) no-repeat right bottom;
    background-size:18.75rem auto; 
    padding-bottom: 5rem;  
}
.index_news_title{
    background: url(../img/xwzx.png) no-repeat center center;
    background-size:100% auto; 
    color: #467AA9;
    font-size: 1.125rem;
    text-align: center;
    width: 54%;
    height: 3.625rem;
    margin:0 auto 3.125rem;
}
.index_news_title p{
    line-height: 2.4375rem;
    height: 1.625rem;
}
.index_news_english{
    font-size: 1rem;
}
.list_title{
    float: right;
    width: calc(100% - 33.125rem);
    height: 2.75rem;
    line-height: 3.125rem;
    font-weight: bold;
    border-bottom: .125rem solid #467AA9;
    font-size: 1rem;
}
.list_tabs,.right_tabs{
    width: 24%;
    height: 100%;
    color: #4A4A4A;
    text-align: center;
    border-radius:6px 6px 0px 0px;
    overflow: hidden;
}
.list_tabs{
    float: left;
    margin-right: 1%;
    cursor: pointer;
}
.right_tabs{
    float: right;
}
.list_right_title a span{
    width: 100%;
}
.list_tabs_active,.right_tabs:hover,.list_tabs:hover{
    background-color: #467AA9;
    color: #ffffff;
}
.list_content{
    padding-top: 1.125rem;
}
.list_content_img{
    width: 31.25rem;
    float: left;
    margin-top: -3.75rem;
}
.list_content_img img{
    width: 100%;
}
.list_content_right{
    width: calc(100% - 33.125rem);
    float: right;
}
.list_content_right .xw_title{
    height: 2.0625rem;
    line-height: 2.0625rem;
}
.phone_xw_date{
    font-weight: bold;
    color: #1C1C1C;
    font-size: 1rem;
}
.phone_xw_content{
    font-size: .875rem;
    color: #525252;
    line-height: 1.25rem;
}
.right_xw .phone{
    padding:.625rem 0;
    border-bottom: 1px solid #525252;
}
.list_content_right .xw_title img{
    width: .5rem;
    height: .5rem;
    margin-right: .625rem;
    margin-top: .75rem;
}
.list_content_right .xw_title .xw_name{
    width: 70%;
}
.list_content_first{
    width: 80%;
    padding-left: 1.125rem;
    font-size: .875rem;
    color: rgba(74,74,74,0.8);
    line-height: 1.5625rem;
}
/* å¾ªçŽ¯ç»æµŽ */
.index_xhjj{
    background: url(../img/bg_xhjj.png) no-repeat center center;
    background-size:100% 100%; 
    padding-top: 4.375rem;
    padding-bottom: 5.25rem;
}
.index_xhjj .index_news_title{
    background: url(../img/xhjj.png) no-repeat center center;
    background-size: 100% auto;
    color: #FFFFFF;
}
.xhjj_box::after{
    display: block;
    clear: both;
    content: '';
}
.xhjj_box_left{
    width: 21%;
    float: left;
}
.xhjj_left{
    height:5.25rem;
    padding: .9375rem 0;
    text-align: center;
    cursor: pointer;
    color: #0763BE;
    font-weight: bold;
    background-color: #E3F2FC;
}
.xhjj_left:hover{
    color: #ffffff;
    background-color: rgba(12, 107, 196, 0.8);
}
.xhjj_left img{
    width: auto;
    height: 1.875rem;
}
.xhjj_left p{
    line-height: 1.875rem;
    font-size: .9375rem;
}
.xhjj_left_active{
    background-color: #0C6AC4;
    color: #FFFFFF;
    position: relative;
}
.xhjj_left_active:hover{
    background-color: #0C6AC4;
}
.xhjj_left .xhjj_next{
    display: none;
}
.xhjj_left .xhjj_prev{
    display: inline-block;
}

.xhjj_left:hover .xhjj_prev,.xhjj_left_active:hover .xhjj_prev,.xhjj_left_active .xhjj_prev{
    display: none;
}
.xhjj_left:hover .xhjj_next,.xhjj_left_active:hover .xhjj_next,.xhjj_left_active .xhjj_next{
    display: inline-block;
}
.xhjj_left_active::after{
    content: "";
    display: block;
    width: 0px;height: 0px;
    border: 1.25rem solid;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    right: 0px;
}
.xhjj_left_line{
    border-bottom: 1px solid #E6E6E6;
}
.xhjj_right{
    float: right;
    width: 79%;
    height: 15.75rem;
    background: url(../img/bg_xhjj1.png) no-repeat right center;
    background-size: 100%  100%;  
    padding: 0 5%; 
    color: #ffffff;
    overflow: hidden;
}
.nyyx_block,.zbdz_block,.hsdh_block,.xhjj_block{
    height: 100%;
}
.block_title{
    margin-top: 3%;
    font-weight: bold;
}
.block_content{
    font-size: .875rem;
    line-height: 1.375rem;
    text-indent: 2rem;
    margin-top: 1%;
    height: 8.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.block_more{
    display: block;
    margin-top: 2%;
    color: #ffffff;
    font-size: .875rem;
    text-align: right;
}
/* äº§å“æœåŠ¡ */
.index_cpfw{
    margin-top: 0px;
}
.index_cpfw .index_news_title{
    background: url(../img/cpfw.png) no-repeat center center;
    background-size: 100% auto;    
}
.cpfw_imgs li{
    width: 24%;
    float: left;
    margin-right: 1.3%;
    transition: all 0.3s;
}
.cpfw_imgs li:hover{
    transform: translateY(-5px);
    box-shadow:0px 0px 10px 1px rgb(100, 101, 102);
}
.cpfw_imgs li:last-child{
    margin-right: 0%;
}
.cpfw_imgs li img{
    width: 100%;
    height: auto;
}
.cpfw_imgs li div{
    width: 100%;
    background-color: #467AA9;
    height: 2.6875rem;
    line-height: 2.6875rem;
    text-align: center;
    color: #ffffff;
}
/* æ–°é—»åˆ—è¡¨é¡µ */
.right_xw a{
    display: block;
    color:#525252;
    font-size: 1rem;
}
.right_xw a:hover{
    color:#003B80;
    font-weight: bold;
}
.xw_title{
    height: 2.5rem;
    line-height: 2.5rem;
}
.xw_title img{
    float: left;
    width: .375rem;height: .375rem;
    margin-top: 1.125rem;
    margin-right: .3125rem;
}
.xw_name{
    width: calc(100% - 7rem);
    float: left;
}
.xw_date{
    float: right;
    width: 6.25rem;
    text-align: right;
}
/* å·¦ä¾§å¯¼èˆªæ  */
body::before{
    display: table;
    content: "";
}
.banner_img{
    width: 100%;
}
.banner_img img{
    width: 100%;height: 100%;
}
.left_title{
    width: 100%;
    height: 3.75rem;
    background: url("../img/bgSilver.png") no-repeat center center;
    background-size: 100% 100%;
}
.left_title h3{
    color: #4A4A4A;
    font-size: .8125rem;
    padding-left: 23%;
    height: 3.75rem;
    line-height: 3.75rem;
    font-weight: normal;
}
.gsjs{
    color:#CEAA64;
    cursor: pointer;
}
.left_content{
    width: 100%;
    background-color: #F8F8F8;
}
.left_content_position{
    position: relative;
    min-height: 31.25rem;
    background-color: #FFFFFF;
}
.left_second_title{
    position: absolute;
    top:-5rem;
    left:0%;
    width:20%;
    max-width: 15.125rem;
    min-width: 9.375rem;
    z-index:100;
    background-color: #F7F7F7;
    box-shadow:0px 1px 5px 0px #D2D2D2;
}
.left_second_title_first{
    height: 6.8125rem;
    line-height: 6.8125rem;
    background: url("../img/bgNews.png") no-repeat right center;
    background-size: auto 100%;
    font-size: 1.25rem;
    padding-left: 15%;
    color: #595757;
    font-weight: bold;
    min-width: 6.875rem;
}
.left_second_line{
    display: inline-block;
    width: .25rem;
    height: 1.25rem;
    margin-right: .3125rem;
    background-color:#004E9C;
    margin-bottom: -0.1875rem;
   
}
.left_tabs{
    width:100%;   min-width: 6.875rem;
    padding-top:2.5rem;
    font-size: 1rem;
    border: .0625rem solid #eeeeee;
}
.left_tabs a{
    color:#4A4A4A;
}
.left_tabs li{
    width:100%;
    height: 2.25rem;
    line-height: 2.25rem;
    padding-left: 15%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left_tabs li span{
    margin-left: .1875rem;
}
.left_tabs_active{
    background-color: #004E9C;
    color: #ffffff;
}
.left_tabs li:hover{
    background-color: rgba(0,78,156,0.9);
    color: #ffffff;
}
.left_tabs li:hover .circle:nth-child(1),.left_tabs_active .circle:nth-child(1){
    display: none;
}
.left_tabs li:hover .circle:nth-child(2),.left_tabs_active .circle:nth-child(2){
    display: inline-block;
}
.circle{
    width: .25rem;height: .25rem;
    vertical-align: middle;
}
/* åˆ†é¡µé¢å³ä¾§å…¬å…±å†…å®¹ */
.right{
    width:77%;
    top:0%;
    left:23%;
    padding-right: 10%;
    position: relative;
    z-index: 10;
    font-size: .875rem;
}
.right a{
    color: #4A4A4A;
}
.right_line{
    width:100%;
    height: .0625rem;
    background-color: #D8D8D8;
}
.right_title{
    font-size: 1.125rem;
    font-weight: bold;
    color: #595757;
    height: 3.125rem;
    line-height: 3.75rem;
    border-bottom: .0625rem solid #9D9D9D;
}
.right_line{
    float: left;
    background-color: #004E9C;
    margin-top: 1.3125rem;
    height: 1.0625rem;
    width: .25rem;
    margin-right: .625rem;
}
.right_content{
    padding-top: .625rem;
    padding-bottom: 5rem;
}
.listPages{
    margin-top: 1.875rem;
}
.pagination{
    justify-content: flex-end;
}

.right_details{	
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify;
    line-height: 2;
    font-size: 16px;
    font-family: SimSun;
}
.article_title{
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 1.25rem 0; 
}
.article_details{
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify;
    line-height: 2;
    font-size: 16px;
    font-family: SimSun;
}
/* è§†é¢‘çŸ©é˜µ */
.right_content .cpfw_imgs li{
    width: 31%;
    margin: .9375rem 3.5% .9375rem 0px;
}
.right_content .cpfw_imgs li:nth-child(3n){
    margin-right: 0%;
}
.right_content .cpfw_imgs li div{
    background-color: #EEEEEE;
    color: #595757;
}
.right_content .cpfw_imgs li:hover div{
    font-weight: bold;
}
/* åˆ†é¡µæŒ‰é’® */
.pageList{
    margin-top: 1.875rem;
    position: relative;
}
.pages{
    position: absolute;
    right: 0;
}
.pages::after,.xw_title::after{
    content: '';
    display: block;
    clear: both;
}
.pages li{
    float: left;
    height: 100%;
    text-align: center;
    border-radius: 4px;
    color: #5e5b5b;
    line-height: 2.5rem;
    font-size: .8125rem;
}
.page_button{
    width: 1.375rem;
    border: 1px solid #d0d0d0;
    background-color: #eef1f0;
}
.page_button a{
    display: block;
    width: 100%;height: 100%;
    color: #a09c9c;
}
.page_num{
    width: 8.75rem;
    text-align: center;
    color: #404040;
}
.page_go{
    margin-left: .625rem;
    padding-right: 2.6875rem;
    border: 1px solid #d0d0d0;
    background-color: #eef1f0;
    position: relative;
}
.page_go input{
    width: 3.5rem;
	height: 2.5rem;
    border: none;
    background-color: transparent;
    text-align: center;
}
.go{
    position: absolute;
    width: 2.6875rem;
    height: 2.625rem;
    line-height: 2.625rem;
    top: -1px;right: -1px;
    font-size: 1rem;
    font-weight: bolder;
    color: #ffffff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #60859d;
    cursor: pointer;
}

/* åº•æ  */
.footer{
    background-color: #3A3A3A;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size:.875rem;
    color: #ffffff;
}
.first{
    display: inline-block;
    width: 74%;
}
.last{
    display: inline-block;
    width: 25%;
    text-align: right;
}

/* ç§»åŠ¨ç«¯ */
.phone{
    display: none;
}
.phone_btn{
	display: none;
    width: 1.5rem;
    margin: .625rem 0;
    cursor: pointer;
}
.phone_tabs{
    position: fixed;
    top: 2.75rem;
    right: -100vw;
    width: 100vw;
    height: calc(100vh - 2.75rem);
    background-color: rgba(11, 11, 11, 0.71);
    z-index: 100000;
}
.phone_tabs_left{
    position: absolute;
    left: 0;top: 0;
    width:86%;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
}
.tabs_title{
    height: 3.125rem;
    line-height: 3.125rem;
    background-color: #F0F0F0;
    padding-left: 11%;
    color: #1C1C1C;
    position: relative;
}
.tabs_title_red{
    color:#B52416;
}
.tabs_title img{
    position: absolute;
    width: 1.125rem;height: .75rem;
    top: 50%;
    margin-top: -0.3125rem;
    right: 10%;
}
.phone_tabs_left ul li:nth-child(2n) .tabs_title{
    background-color: #F8F8F8;
}
.tabs_content{
    background-color: #ffffff;
    padding-left: 11%;
    padding-right: 11%;
    font-size: .875rem;
}
.tabs_content a{
    color: #4A4A4A;
}
.tabs_content div{
    border-bottom: 1px solid #8A8A8A;
    line-height: 1.375rem;
    padding: .75rem 0;
}
.tabs_content a:last-child div{
    border: none;
}
.phone_tabs_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 14%;
    height: 100%;
    cursor: pointer;
}
.close{
    width: 100%;
    height: 3.75rem;
    background-color: #6C6C6C;
    line-height: 3.75rem;
    text-align: center;
    font-size: 2.25rem;
    color: #ffffff;
}
/* phone-æ–°é—» */
.phone_index_news{
    padding: 0px 5% 1.875rem;
}
.phone_news_title{
    height: 2.5rem;
    line-height:3rem;
    color: #0B0B0B;
    font-weight: bolder;
    border-bottom: 1px solid #2D2D2D;
    font-size: 1.1rem;
    font-family:MicrosoftYaHei-Bold;
}
.phone_news_block{
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #000000;
    font-size: 1rem;
    border-top: 1px solid #DCDCDC;
    
}
.phone_news_content{
    width: 97%;
    line-height: 1.125rem;
    color: #4A4A4A;
    margin-bottom: .5rem;
    font-size: .8125rem;
}
.phone_news_more{
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #FFFFFF;
    color: #173C7C;
    font-size: .875rem;
    text-align: center;
    border:1px solid #173C7C;
}
.phone_news_more span{
    float: right;
    margin-right: 2%;
    font-size: 1.25rem;
}
/* phone-å¾ªçŽ¯ç»æµŽ */
.phone_index_xhjj{
    padding: 0px 13% 1.625rem;
    background: url(../img/phone_xhjj.png) no-repeat top center;
    background-size:120% auto;
    color: #ffffff;
    font-size: .75rem;
    line-height: 1.25rem;
}
.phone_xhjj_title{
    width: 68%;
    background: url(../img/phone_xhjj1.png) no-repeat center center;
    background-size:100% auto; 
    text-align: center;
    height: 2.875rem;
    margin:0 auto;
}
.phone_xhjj_title p{
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: .9375rem;
    font-weight:bold;
}
.phone_xhjj_content{
    line-height: 1.875rem;
    font-size: .8125rem;
}
.phone_xhjj_tabs{
    font-weight: bolder;
    font-size: .875rem;
}
.phone_xhjj_tabs a{
    display: block;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    color: #4a4a4a;
    background-color: #EDEDED;
    text-align: center;
    position: relative;
}
.phone_xhjj_tabs a:nth-child(1){
    background-color: #052D62;
    color: #ffffff;
}
.phone_xhjj_tabs a:nth-child(2){
    border-bottom: 1px solid #DCDCDC;
}
.phone_xhjj_tabs a img{
    width: 1.25rem;height: 1.25rem;
    position: absolute;
    right: 5%;
    top: .6875rem;
}
/* phone-äº§å“ä¸ŽæœåŠ¡ */
#div1{
    width: 100%;
    height: 8.75rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.25rem;
}
#div1 ul{
    position:absolute;
    left: 0;
    top: 0;
}
#div1 ul li {
    float: left;
    width: 11.9375rem;
    height: 8.75rem;
    list-style: none;
    margin-right: 1.25rem;
}
#div1 ul li img{
    width: 100%;
    height: 6.75rem;
}
#div1 ul li div{
    text-align: center;
    height: 2rem;
    line-height: 2.0625rem;
    background:#DCDCDC;
    color: #4a4a4a;
    font-size: .875rem;
}
/* å‘ä¸ŠåŠ è½½æ›´å¤š */
.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: .75rem;
    /* å¼€å¯ç¡¬ä»¶åŠ é€Ÿ */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 3.125rem;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: .9375rem;
    width: .9375rem;
    border-radius: 100%;
    margin: .375rem;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* phone-åº•æ  */
.phone_footer{
    background-color: #F4F4F4;
    padding:0px 5% 1.4375rem;
    font-size: .75rem;
    color: #1E1E1E;
}
.phone_footer_first{
    height: 3.4375rem;
    line-height: 3.4375rem;
    border-bottom: 1px solid #5C5C5C;
}
.phone_footer_first div{
    width:49%;
}
.phone_footer_second{
    height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #5C5C5C;
}
.phone_footer_img{
    float:right;
    width: 4.625rem;height: 4.625rem;
    margin-top: .1875rem;
}
@media screen and (max-width:1300px){
    html{
        font-size: 14px;
    }
    .tabsItem{
        margin-left: 1.25rem;
    }
}
@media screen and (max-width:1200px){
    .box{
        width: 90%;
    }
    .tabsItem{
        margin-left: .625rem;
    }
}
@media screen and (max-width:991px){
    .header .box{
        width: 92%;
    }
    .tabsItem:nth-child(5) .secondTab,.tabsItem:nth-child(6) .secondTab,.tabsItem:nth-child(7) .secondTab{
        left: auto;
        margin-left: 0;
        right: -100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width:950px){
    .tabs,.slide .dotList,.pc,.left_title,.left_second_title,.xw_title img{
        display: none;
    }
    .phone_btn,.slide .carousel-control,.phone{
        display: block;
    }
    .right{
        width: 100%;
        left: 0;
        padding-right: 0;
    }
    .left_content{
        padding: 0px 5% 1.875rem;
        background-color: #ffffff;
    }
    .left_content .box{
        width: 100%;
    }
    .right_content{
        padding-top: 0;
    }
    .xw_name{
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .logo{
        width: 16.25rem;
    }
    .right_content .cpfw_imgs li,.right_content .cpfw_imgs li:nth-child(3n){
        width: 47%;
        margin: .9375rem 6% .9375rem 0px;
    }
    .right_content .cpfw_imgs li:nth-child(2n){
        margin-right: 0%;
    }
}